Platform Explorer / Nuxeo Platform 6.0

Operation Context.RestoreDocumentInput (Restore Document Input)

Description

Restore the document input from a context variable given its name. Return the document.
Operation id Context.RestoreDocumentInput
Category Execution Context
Label Restore Document Input
Requires
Since

Parameters

Name Description Type Required Default value
name string yes  

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.RestoreDocumentInput
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.RestoreDocumentInput",
  "label" : "Restore Document Input",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Restore the document input from a context variable given its name. Return the document.",
  "url" : "Context.RestoreDocumentInput",
  "signature" : [ "void", "document" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}